authorizeUserToAccessGroup

open suspend override fun authorizeUserToAccessGroup(request: Auth.AuthorizeUserToAccessGroupRequest): Auth.AuthorizeUserToAccessGroupResponse

Authorizes a user to access a group based on the provided request.

Return

The authorization response indicating whether the user is authorized.

Parameters

request

The authorization request containing the JWT token and group ID.